*/
/**
- * SECTION:gtkcalendar
- * @Short_description: Displays a calendar and allows the user to select a date
- * @Title: GtkCalendar
+ * GtkCalendar:
*
* `GtkCalendar` is a widget that displays a Gregorian calendar, one month
* at a time.
G_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
- * GtkCalendar:show-heading:
+ * GtkCalendar:show-heading: (attributes org.gtk.Property.get=gtk_calendar_get_show_heading org.gtk.Property.set=gtk_calendar_set_show_heading)
*
* Determines whether a heading is displayed.
*/
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
- * GtkCalendar:show-day-names:
+ * GtkCalendar:show-day-names: (attributes org.gtk.Property.get=gtk_calendar_get_show_day_names org.gtk.Property.set=gtk_calendar_set_show_day_names)
*
* Determines whether day names are displayed.
*/
TRUE,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
- * GtkCalendar:show-week-numbers:
+ * GtkCalendar:show-week-numbers: (attributes org.gtk.Property.get=gtk_calendar_get_show_week_numbers org.gtk.Property.set=gtk_calendar_set_show_week_numbers)
*
* Determines whether week numbers are displayed.
*/
}
/**
- * gtk_calendar_set_show_week_numbers:
+ * gtk_calendar_set_show_week_numbers: (attributes org.gtk.Method.set_property=show-week-numbers)
* @self: a `GtkCalendar`
* @value: whether to show week numbers on the left of the days
*
}
/**
- * gtk_calendar_get_show_week_numbers:
+ * gtk_calendar_get_show_week_numbers: (attributes org.gtk.Method.get_property=show-week-numbers)
* @self: a `GtkCalendar`
*
* Returns whether @self is showing week numbers right
}
/**
- * gtk_calendar_set_show_heading:
+ * gtk_calendar_set_show_heading: (attributes org.gtk.Method.set_property=show-heading)
* @self: a `GtkCalendar`
* @value: Whether to show the heading in the calendar
*
}
/**
- * gtk_calendar_get_show_heading:
+ * gtk_calendar_get_show_heading: (attributes org.gtk.Method.get_property=show-heading)
* @self: a `GtkCalendar`
*
* Returns whether @self is currently showing the heading.
}
/**
- * gtk_calendar_set_show_day_names:
+ * gtk_calendar_set_show_day_names: (attributes org.gtk.Method.set_property=show-day-names)
* @self: a `GtkCalendar`
* @value: Whether to show day names above the day numbers
*
}
/**
- * gtk_calendar_get_show_day_names:
+ * gtk_calendar_get_show_day_names: (attributes org.gtk.Method.get_property=show-day-names)
* @self: a `GtkCalendar`
*
* Returns whether @self is currently showing the names